home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / updown14.zip / UPDOWN.TXT < prev    next >
Text File  |  1994-03-25  |  4KB  |  108 lines

  1.  
  2. UpDown  -a utility to control Program/File Manager restoration and minimization
  3. by Bruce Adelsman                                                 (c) 1992-1994
  4.  
  5. Do you usually have the "Minimize on Use" flag set?  While it's nice to have 
  6. the Program Manager automatically minimized while you run other applications, 
  7. it's a pain to manually restore the Program Manager once you're completed with 
  8. those applications.  UpDown does this job for you;  it automatically restores 
  9. the Program Manager once all other applications are closed or minimized.
  10.  
  11. UpDown can perform the following functions for any application:
  12. o    Control other types of File/Program Managers (any application)
  13. o    Restoration whenever all other applications are either closed or
  14.     minimized
  15. o    Restoration when the application is the active task
  16. o    Minimization once the application is no longer the active window
  17. o    Minimization only when another window (not icons) becomes active
  18. o    When the Restore option is selected for both applications, Updown will
  19.     restore the last application minimized
  20.  
  21.  
  22. The restoration and minimization options can be set independently for the 
  23. Program and File Managers.  If you like, continue to use "Minimize on Use" and 
  24. use UpDown only for restoration.
  25.  
  26.  
  27. Installation and Usage:
  28. Copy UPDOWN.EXE to your WINDOWS directory (or any other directory in your 
  29. path).  Place a reference to the program on your LOAD= line in your WIN.INI 
  30. file.
  31. Example:
  32. [windows]
  33. load=UPDOWN.EXE
  34.  
  35. Alternately, double click on UPDOWN.EXE.  To set options, click once on the 
  36. UpDown icon and choose Options....
  37.  
  38.  
  39. Note:    This program will maintain a WIN.INI profile section similar to the 
  40. one below (this example uses the default applications of Program and File 
  41. Managers).
  42.  
  43. [UpDown]
  44. ProgManRestore=1
  45. ProgManMinimize=0
  46. FileManRestore=1
  47. FileManMinimize=1
  48. ProgManName=Program Manager
  49. FileManName=File Manager
  50.  
  51. The application listed as ProgManName (Application #1) will use a 
  52. minimization behavior different that the FileManName (Application #2).
  53. In particular, when it is minimized it will position itself just behind
  54. the newly opened/active application.  This will cause it to re-appear
  55. once that application closes.  The Application #2 entry when minimized
  56. will position itself to the bottom of the windows list.
  57.  
  58. UpDown can control other types of File/Program Managers (such as Norton
  59. Desktop).   You can even use UpDown to minimize/restore a notepad, calculator, 
  60. a favorite game, any application!  To do so, simply select the Applications 
  61. menu item and enter the Window title of the application you want UpDown to 
  62. control (for example, Turbo C++).
  63.  
  64. That's it.  Hope that you find this program to be one of those tools you
  65. depend on.  UpDown is a freely distributed utility which means it can be
  66. used freely as long as it is not modified in any manner.  Drop me a line 
  67. on America Online (userid: BAdelsman) or via Internet address 
  68. badelsman@aol.com and pass along any comments or problems.
  69.  
  70.  
  71.  
  72. Program history:
  73.  
  74. Version 1.00:
  75.     -First release
  76.  
  77. Version 1.1:
  78.     -Revampled Options screen:
  79.         -"Restore" became "Restore when...No open windows"
  80.         -"Minimize" became "Minimize on...Any active task"
  81.     -Added new options:
  82.         -"Restore when...Active task" -- this function will restore 
  83.          the Program/File Manager whenever it becomes the active task
  84.         -"Minimize on...Any active window" -- this function will 
  85.          minimize the Program/File Manager only if another window 
  86.          becomes active (not icons)
  87.     -Improved options saving (sometimes did not get updated to the profile)
  88.  
  89. Version 1.2:
  90.     -Improved restoration selection for Active task
  91.         -Restoration for File/Program Manager after closing a launched 
  92.          application should work consistently with the Active task 
  93.          option selected
  94.     -Added new option:
  95.         -Replacement File/Program Manager control option
  96.             -applications other than Program/File Manager can now 
  97.              be controlled in the same manner
  98.  
  99. Version 1.3
  100.     -New dialog box to assist in the configuration of applications
  101.         -names of the applications controlled can be changed without
  102.          exiting Windows now
  103.  
  104. Version 1.4
  105.     -Fixed compatibility problems with Windows 3.1
  106.     -Application #2 now minimizes to the bottom of Windows Z-order 
  107.      list (last of apps)
  108.